home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / xtras / medial~1 / setfx~1.dir / Internal_181_Remove Button.ls < prev    next >
Encoding:
Text File  |  1998-12-01  |  109 b   |  7 lines

  1. on mouseDown
  2.   global fxTrackingObj
  3.   if ButtonHandler() then
  4.     removeFromList(fxTrackingObj)
  5.   end if
  6. end
  7.